\(\int \frac {(b d+2 c d x)^{11/2}}{(a+b x+c x^2)^3} \, dx\) [1310]

   Optimal result
   Rubi [A] (verified)
   Mathematica [C] (verified)
   Maple [B] (verified)
   Fricas [C] (verification not implemented)
   Sympy [F(-1)]
   Maxima [F(-2)]
   Giac [B] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 26, antiderivative size = 191 \[ \int \frac {(b d+2 c d x)^{11/2}}{\left (a+b x+c x^2\right )^3} \, dx=90 c^2 d^5 \sqrt {b d+2 c d x}-\frac {d (b d+2 c d x)^{9/2}}{2 \left (a+b x+c x^2\right )^2}-\frac {9 c d^3 (b d+2 c d x)^{5/2}}{2 \left (a+b x+c x^2\right )}-45 c^2 \sqrt [4]{b^2-4 a c} d^{11/2} \arctan \left (\frac {\sqrt {d (b+2 c x)}}{\sqrt [4]{b^2-4 a c} \sqrt {d}}\right )-45 c^2 \sqrt [4]{b^2-4 a c} d^{11/2} \text {arctanh}\left (\frac {\sqrt {d (b+2 c x)}}{\sqrt [4]{b^2-4 a c} \sqrt {d}}\right ) \]

[Out]

-1/2*d*(2*c*d*x+b*d)^(9/2)/(c*x^2+b*x+a)^2-9/2*c*d^3*(2*c*d*x+b*d)^(5/2)/(c*x^2+b*x+a)-45*c^2*(-4*a*c+b^2)^(1/
4)*d^(11/2)*arctan((d*(2*c*x+b))^(1/2)/(-4*a*c+b^2)^(1/4)/d^(1/2))-45*c^2*(-4*a*c+b^2)^(1/4)*d^(11/2)*arctanh(
(d*(2*c*x+b))^(1/2)/(-4*a*c+b^2)^(1/4)/d^(1/2))+90*c^2*d^5*(2*c*d*x+b*d)^(1/2)

Rubi [A] (verified)

Time = 0.10 (sec) , antiderivative size = 191, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.269, Rules used = {700, 706, 708, 335, 218, 212, 209} \[ \int \frac {(b d+2 c d x)^{11/2}}{\left (a+b x+c x^2\right )^3} \, dx=-45 c^2 d^{11/2} \sqrt [4]{b^2-4 a c} \arctan \left (\frac {\sqrt {d (b+2 c x)}}{\sqrt {d} \sqrt [4]{b^2-4 a c}}\right )-45 c^2 d^{11/2} \sqrt [4]{b^2-4 a c} \text {arctanh}\left (\frac {\sqrt {d (b+2 c x)}}{\sqrt {d} \sqrt [4]{b^2-4 a c}}\right )-\frac {9 c d^3 (b d+2 c d x)^{5/2}}{2 \left (a+b x+c x^2\right )}-\frac {d (b d+2 c d x)^{9/2}}{2 \left (a+b x+c x^2\right )^2}+90 c^2 d^5 \sqrt {b d+2 c d x} \]

[In]

Int[(b*d + 2*c*d*x)^(11/2)/(a + b*x + c*x^2)^3,x]

[Out]

90*c^2*d^5*Sqrt[b*d + 2*c*d*x] - (d*(b*d + 2*c*d*x)^(9/2))/(2*(a + b*x + c*x^2)^2) - (9*c*d^3*(b*d + 2*c*d*x)^
(5/2))/(2*(a + b*x + c*x^2)) - 45*c^2*(b^2 - 4*a*c)^(1/4)*d^(11/2)*ArcTan[Sqrt[d*(b + 2*c*x)]/((b^2 - 4*a*c)^(
1/4)*Sqrt[d])] - 45*c^2*(b^2 - 4*a*c)^(1/4)*d^(11/2)*ArcTanh[Sqrt[d*(b + 2*c*x)]/((b^2 - 4*a*c)^(1/4)*Sqrt[d])
]

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 218

Int[((a_) + (b_.)*(x_)^4)^(-1), x_Symbol] :> With[{r = Numerator[Rt[-a/b, 2]], s = Denominator[Rt[-a/b, 2]]},
Dist[r/(2*a), Int[1/(r - s*x^2), x], x] + Dist[r/(2*a), Int[1/(r + s*x^2), x], x]] /; FreeQ[{a, b}, x] &&  !Gt
Q[a/b, 0]

Rule 335

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + b*(x^(k*n)/c^n))^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 700

Int[((d_) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[d*(d + e*x)^(m - 1)*(
(a + b*x + c*x^2)^(p + 1)/(b*(p + 1))), x] - Dist[d*e*((m - 1)/(b*(p + 1))), Int[(d + e*x)^(m - 2)*(a + b*x +
c*x^2)^(p + 1), x], x] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[2*c*d - b*e, 0] && NeQ[m + 2
*p + 3, 0] && LtQ[p, -1] && GtQ[m, 1] && IntegerQ[2*p]

Rule 706

Int[((d_) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Simp[2*d*(d + e*x)^(m - 1
)*((a + b*x + c*x^2)^(p + 1)/(b*(m + 2*p + 1))), x] + Dist[d^2*(m - 1)*((b^2 - 4*a*c)/(b^2*(m + 2*p + 1))), In
t[(d + e*x)^(m - 2)*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, p}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[
2*c*d - b*e, 0] && NeQ[m + 2*p + 3, 0] && GtQ[m, 1] && NeQ[m + 2*p + 1, 0] && (IntegerQ[2*p] || (IntegerQ[m] &
& RationalQ[p]) || OddQ[m])

Rule 708

Int[((d_) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Dist[1/e, Subst[Int[x^m*(
a - b^2/(4*c) + (c*x^2)/e^2)^p, x], x, d + e*x], x] /; FreeQ[{a, b, c, d, e, m, p}, x] && NeQ[b^2 - 4*a*c, 0]
&& EqQ[2*c*d - b*e, 0]

Rubi steps \begin{align*} \text {integral}& = -\frac {d (b d+2 c d x)^{9/2}}{2 \left (a+b x+c x^2\right )^2}+\frac {1}{2} \left (9 c d^2\right ) \int \frac {(b d+2 c d x)^{7/2}}{\left (a+b x+c x^2\right )^2} \, dx \\ & = -\frac {d (b d+2 c d x)^{9/2}}{2 \left (a+b x+c x^2\right )^2}-\frac {9 c d^3 (b d+2 c d x)^{5/2}}{2 \left (a+b x+c x^2\right )}+\frac {1}{2} \left (45 c^2 d^4\right ) \int \frac {(b d+2 c d x)^{3/2}}{a+b x+c x^2} \, dx \\ & = 90 c^2 d^5 \sqrt {b d+2 c d x}-\frac {d (b d+2 c d x)^{9/2}}{2 \left (a+b x+c x^2\right )^2}-\frac {9 c d^3 (b d+2 c d x)^{5/2}}{2 \left (a+b x+c x^2\right )}+\frac {1}{2} \left (45 c^2 \left (b^2-4 a c\right ) d^6\right ) \int \frac {1}{\sqrt {b d+2 c d x} \left (a+b x+c x^2\right )} \, dx \\ & = 90 c^2 d^5 \sqrt {b d+2 c d x}-\frac {d (b d+2 c d x)^{9/2}}{2 \left (a+b x+c x^2\right )^2}-\frac {9 c d^3 (b d+2 c d x)^{5/2}}{2 \left (a+b x+c x^2\right )}+\frac {1}{4} \left (45 c \left (b^2-4 a c\right ) d^5\right ) \text {Subst}\left (\int \frac {1}{\sqrt {x} \left (a-\frac {b^2}{4 c}+\frac {x^2}{4 c d^2}\right )} \, dx,x,b d+2 c d x\right ) \\ & = 90 c^2 d^5 \sqrt {b d+2 c d x}-\frac {d (b d+2 c d x)^{9/2}}{2 \left (a+b x+c x^2\right )^2}-\frac {9 c d^3 (b d+2 c d x)^{5/2}}{2 \left (a+b x+c x^2\right )}+\frac {1}{2} \left (45 c \left (b^2-4 a c\right ) d^5\right ) \text {Subst}\left (\int \frac {1}{a-\frac {b^2}{4 c}+\frac {x^4}{4 c d^2}} \, dx,x,\sqrt {d (b+2 c x)}\right ) \\ & = 90 c^2 d^5 \sqrt {b d+2 c d x}-\frac {d (b d+2 c d x)^{9/2}}{2 \left (a+b x+c x^2\right )^2}-\frac {9 c d^3 (b d+2 c d x)^{5/2}}{2 \left (a+b x+c x^2\right )}-\left (45 c^2 \sqrt {b^2-4 a c} d^6\right ) \text {Subst}\left (\int \frac {1}{\sqrt {b^2-4 a c} d-x^2} \, dx,x,\sqrt {d (b+2 c x)}\right )-\left (45 c^2 \sqrt {b^2-4 a c} d^6\right ) \text {Subst}\left (\int \frac {1}{\sqrt {b^2-4 a c} d+x^2} \, dx,x,\sqrt {d (b+2 c x)}\right ) \\ & = 90 c^2 d^5 \sqrt {b d+2 c d x}-\frac {d (b d+2 c d x)^{9/2}}{2 \left (a+b x+c x^2\right )^2}-\frac {9 c d^3 (b d+2 c d x)^{5/2}}{2 \left (a+b x+c x^2\right )}-45 c^2 \sqrt [4]{b^2-4 a c} d^{11/2} \tan ^{-1}\left (\frac {\sqrt {d (b+2 c x)}}{\sqrt [4]{b^2-4 a c} \sqrt {d}}\right )-45 c^2 \sqrt [4]{b^2-4 a c} d^{11/2} \tanh ^{-1}\left (\frac {\sqrt {d (b+2 c x)}}{\sqrt [4]{b^2-4 a c} \sqrt {d}}\right ) \\ \end{align*}

Mathematica [C] (verified)

Result contains complex when optimal does not.

Time = 1.49 (sec) , antiderivative size = 298, normalized size of antiderivative = 1.56 \[ \int \frac {(b d+2 c d x)^{11/2}}{\left (a+b x+c x^2\right )^3} \, dx=\left (\frac {1}{2}+\frac {i}{2}\right ) c^2 (d (b+2 c x))^{11/2} \left (\frac {\left (\frac {1}{8}-\frac {i}{8}\right ) \left (45 b^4-360 a b^2 c+720 a^2 c^2-81 b^2 (b+2 c x)^2+324 a c (b+2 c x)^2+32 (b+2 c x)^4\right )}{c^2 (b+2 c x)^5 (a+x (b+c x))^2}-\frac {45 i \sqrt [4]{b^2-4 a c} \arctan \left (1-\frac {(1+i) \sqrt {b+2 c x}}{\sqrt [4]{b^2-4 a c}}\right )}{(b+2 c x)^{11/2}}+\frac {45 i \sqrt [4]{b^2-4 a c} \arctan \left (1+\frac {(1+i) \sqrt {b+2 c x}}{\sqrt [4]{b^2-4 a c}}\right )}{(b+2 c x)^{11/2}}+\frac {45 i \sqrt [4]{b^2-4 a c} \text {arctanh}\left (\frac {(1+i) \sqrt [4]{b^2-4 a c} \sqrt {b+2 c x}}{\sqrt {b^2-4 a c}+i (b+2 c x)}\right )}{(b+2 c x)^{11/2}}\right ) \]

[In]

Integrate[(b*d + 2*c*d*x)^(11/2)/(a + b*x + c*x^2)^3,x]

[Out]

(1/2 + I/2)*c^2*(d*(b + 2*c*x))^(11/2)*(((1/8 - I/8)*(45*b^4 - 360*a*b^2*c + 720*a^2*c^2 - 81*b^2*(b + 2*c*x)^
2 + 324*a*c*(b + 2*c*x)^2 + 32*(b + 2*c*x)^4))/(c^2*(b + 2*c*x)^5*(a + x*(b + c*x))^2) - ((45*I)*(b^2 - 4*a*c)
^(1/4)*ArcTan[1 - ((1 + I)*Sqrt[b + 2*c*x])/(b^2 - 4*a*c)^(1/4)])/(b + 2*c*x)^(11/2) + ((45*I)*(b^2 - 4*a*c)^(
1/4)*ArcTan[1 + ((1 + I)*Sqrt[b + 2*c*x])/(b^2 - 4*a*c)^(1/4)])/(b + 2*c*x)^(11/2) + ((45*I)*(b^2 - 4*a*c)^(1/
4)*ArcTanh[((1 + I)*(b^2 - 4*a*c)^(1/4)*Sqrt[b + 2*c*x])/(Sqrt[b^2 - 4*a*c] + I*(b + 2*c*x))])/(b + 2*c*x)^(11
/2))

Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(358\) vs. \(2(161)=322\).

Time = 3.52 (sec) , antiderivative size = 359, normalized size of antiderivative = 1.88

method result size
derivativedivides \(64 c^{2} d^{5} \left (\sqrt {2 c d x +b d}-d^{2} \left (\frac {16 \left (-\frac {17 a c}{128}+\frac {17 b^{2}}{512}\right ) \left (2 c d x +b d \right )^{\frac {5}{2}}+16 \left (-\frac {13}{32} a^{2} c^{2} d^{2}+\frac {13}{64} a \,b^{2} c \,d^{2}-\frac {13}{512} b^{4} d^{2}\right ) \sqrt {2 c d x +b d}}{\left (\left (2 c d x +b d \right )^{2}+4 a c \,d^{2}-b^{2} d^{2}\right )^{2}}+\frac {45 \left (\frac {a c}{4}-\frac {b^{2}}{16}\right ) \sqrt {2}\, \left (\ln \left (\frac {2 c d x +b d +\left (4 a c \,d^{2}-b^{2} d^{2}\right )^{\frac {1}{4}} \sqrt {2 c d x +b d}\, \sqrt {2}+\sqrt {4 a c \,d^{2}-b^{2} d^{2}}}{2 c d x +b d -\left (4 a c \,d^{2}-b^{2} d^{2}\right )^{\frac {1}{4}} \sqrt {2 c d x +b d}\, \sqrt {2}+\sqrt {4 a c \,d^{2}-b^{2} d^{2}}}\right )+2 \arctan \left (\frac {\sqrt {2}\, \sqrt {2 c d x +b d}}{\left (4 a c \,d^{2}-b^{2} d^{2}\right )^{\frac {1}{4}}}+1\right )-2 \arctan \left (-\frac {\sqrt {2}\, \sqrt {2 c d x +b d}}{\left (4 a c \,d^{2}-b^{2} d^{2}\right )^{\frac {1}{4}}}+1\right )\right )}{16 \left (4 a c \,d^{2}-b^{2} d^{2}\right )^{\frac {3}{4}}}\right )\right )\) \(359\)
default \(64 c^{2} d^{5} \left (\sqrt {2 c d x +b d}-d^{2} \left (\frac {16 \left (-\frac {17 a c}{128}+\frac {17 b^{2}}{512}\right ) \left (2 c d x +b d \right )^{\frac {5}{2}}+16 \left (-\frac {13}{32} a^{2} c^{2} d^{2}+\frac {13}{64} a \,b^{2} c \,d^{2}-\frac {13}{512} b^{4} d^{2}\right ) \sqrt {2 c d x +b d}}{\left (\left (2 c d x +b d \right )^{2}+4 a c \,d^{2}-b^{2} d^{2}\right )^{2}}+\frac {45 \left (\frac {a c}{4}-\frac {b^{2}}{16}\right ) \sqrt {2}\, \left (\ln \left (\frac {2 c d x +b d +\left (4 a c \,d^{2}-b^{2} d^{2}\right )^{\frac {1}{4}} \sqrt {2 c d x +b d}\, \sqrt {2}+\sqrt {4 a c \,d^{2}-b^{2} d^{2}}}{2 c d x +b d -\left (4 a c \,d^{2}-b^{2} d^{2}\right )^{\frac {1}{4}} \sqrt {2 c d x +b d}\, \sqrt {2}+\sqrt {4 a c \,d^{2}-b^{2} d^{2}}}\right )+2 \arctan \left (\frac {\sqrt {2}\, \sqrt {2 c d x +b d}}{\left (4 a c \,d^{2}-b^{2} d^{2}\right )^{\frac {1}{4}}}+1\right )-2 \arctan \left (-\frac {\sqrt {2}\, \sqrt {2 c d x +b d}}{\left (4 a c \,d^{2}-b^{2} d^{2}\right )^{\frac {1}{4}}}+1\right )\right )}{16 \left (4 a c \,d^{2}-b^{2} d^{2}\right )^{\frac {3}{4}}}\right )\right )\) \(359\)
pseudoelliptic \(-\frac {45 \left (-\frac {17 \left (d^{2} \left (4 a c -b^{2}\right )\right )^{\frac {3}{4}} \left (4 a c -b^{2}\right ) \left (d \left (2 c x +b \right )\right )^{\frac {5}{2}}}{90}+d^{2} \left (-8 \left (\frac {32 c^{4} x^{4}}{45}+\frac {64 x^{2} \left (b x +a \right ) c^{3}}{45}+\left (\frac {32}{45} b^{2} x^{2}+\frac {64}{45} a b x +a^{2}\right ) c^{2}-\frac {13 a \,b^{2} c}{90}+\frac {13 b^{4}}{720}\right ) \left (d^{2} \left (4 a c -b^{2}\right )\right )^{\frac {3}{4}} \sqrt {d \left (2 c x +b \right )}+c^{2} d^{2} \sqrt {2}\, \left (4 a c -b^{2}\right ) \left (c \,x^{2}+b x +a \right )^{2} \left (2 \arctan \left (\frac {\sqrt {2}\, \sqrt {d \left (2 c x +b \right )}+\left (d^{2} \left (4 a c -b^{2}\right )\right )^{\frac {1}{4}}}{\left (d^{2} \left (4 a c -b^{2}\right )\right )^{\frac {1}{4}}}\right )+\ln \left (\frac {\left (d^{2} \left (4 a c -b^{2}\right )\right )^{\frac {1}{4}} \sqrt {d \left (2 c x +b \right )}\, \sqrt {2}+\sqrt {d^{2} \left (4 a c -b^{2}\right )}+d \left (2 c x +b \right )}{\sqrt {d^{2} \left (4 a c -b^{2}\right )}-\left (d^{2} \left (4 a c -b^{2}\right )\right )^{\frac {1}{4}} \sqrt {d \left (2 c x +b \right )}\, \sqrt {2}+d \left (2 c x +b \right )}\right )-2 \arctan \left (\frac {-\sqrt {2}\, \sqrt {d \left (2 c x +b \right )}+\left (d^{2} \left (4 a c -b^{2}\right )\right )^{\frac {1}{4}}}{\left (d^{2} \left (4 a c -b^{2}\right )\right )^{\frac {1}{4}}}\right )\right )\right )\right ) d^{3}}{4 \left (d^{2} \left (4 a c -b^{2}\right )\right )^{\frac {3}{4}} \left (c \,x^{2}+b x +a \right )^{2}}\) \(412\)

[In]

int((2*c*d*x+b*d)^(11/2)/(c*x^2+b*x+a)^3,x,method=_RETURNVERBOSE)

[Out]

64*c^2*d^5*((2*c*d*x+b*d)^(1/2)-d^2*(16*((-17/128*a*c+17/512*b^2)*(2*c*d*x+b*d)^(5/2)+(-13/32*a^2*c^2*d^2+13/6
4*a*b^2*c*d^2-13/512*b^4*d^2)*(2*c*d*x+b*d)^(1/2))/((2*c*d*x+b*d)^2+4*a*c*d^2-b^2*d^2)^2+45/16*(1/4*a*c-1/16*b
^2)/(4*a*c*d^2-b^2*d^2)^(3/4)*2^(1/2)*(ln((2*c*d*x+b*d+(4*a*c*d^2-b^2*d^2)^(1/4)*(2*c*d*x+b*d)^(1/2)*2^(1/2)+(
4*a*c*d^2-b^2*d^2)^(1/2))/(2*c*d*x+b*d-(4*a*c*d^2-b^2*d^2)^(1/4)*(2*c*d*x+b*d)^(1/2)*2^(1/2)+(4*a*c*d^2-b^2*d^
2)^(1/2)))+2*arctan(2^(1/2)/(4*a*c*d^2-b^2*d^2)^(1/4)*(2*c*d*x+b*d)^(1/2)+1)-2*arctan(-2^(1/2)/(4*a*c*d^2-b^2*
d^2)^(1/4)*(2*c*d*x+b*d)^(1/2)+1))))

Fricas [C] (verification not implemented)

Result contains complex when optimal does not.

Time = 0.38 (sec) , antiderivative size = 552, normalized size of antiderivative = 2.89 \[ \int \frac {(b d+2 c d x)^{11/2}}{\left (a+b x+c x^2\right )^3} \, dx=-\frac {45 \, \left ({\left (b^{2} c^{8} - 4 \, a c^{9}\right )} d^{22}\right )^{\frac {1}{4}} {\left (c^{2} x^{4} + 2 \, b c x^{3} + 2 \, a b x + {\left (b^{2} + 2 \, a c\right )} x^{2} + a^{2}\right )} \log \left (45 \, \sqrt {2 \, c d x + b d} c^{2} d^{5} + 45 \, \left ({\left (b^{2} c^{8} - 4 \, a c^{9}\right )} d^{22}\right )^{\frac {1}{4}}\right ) - 45 \, \left ({\left (b^{2} c^{8} - 4 \, a c^{9}\right )} d^{22}\right )^{\frac {1}{4}} {\left (-i \, c^{2} x^{4} - 2 i \, b c x^{3} - 2 i \, a b x - i \, {\left (b^{2} + 2 \, a c\right )} x^{2} - i \, a^{2}\right )} \log \left (45 \, \sqrt {2 \, c d x + b d} c^{2} d^{5} + 45 i \, \left ({\left (b^{2} c^{8} - 4 \, a c^{9}\right )} d^{22}\right )^{\frac {1}{4}}\right ) - 45 \, \left ({\left (b^{2} c^{8} - 4 \, a c^{9}\right )} d^{22}\right )^{\frac {1}{4}} {\left (i \, c^{2} x^{4} + 2 i \, b c x^{3} + 2 i \, a b x + i \, {\left (b^{2} + 2 \, a c\right )} x^{2} + i \, a^{2}\right )} \log \left (45 \, \sqrt {2 \, c d x + b d} c^{2} d^{5} - 45 i \, \left ({\left (b^{2} c^{8} - 4 \, a c^{9}\right )} d^{22}\right )^{\frac {1}{4}}\right ) - 45 \, \left ({\left (b^{2} c^{8} - 4 \, a c^{9}\right )} d^{22}\right )^{\frac {1}{4}} {\left (c^{2} x^{4} + 2 \, b c x^{3} + 2 \, a b x + {\left (b^{2} + 2 \, a c\right )} x^{2} + a^{2}\right )} \log \left (45 \, \sqrt {2 \, c d x + b d} c^{2} d^{5} - 45 \, \left ({\left (b^{2} c^{8} - 4 \, a c^{9}\right )} d^{22}\right )^{\frac {1}{4}}\right ) - {\left (128 \, c^{4} d^{5} x^{4} + 256 \, b c^{3} d^{5} x^{3} + 3 \, {\left (37 \, b^{2} c^{2} + 108 \, a c^{3}\right )} d^{5} x^{2} - {\left (17 \, b^{3} c - 324 \, a b c^{2}\right )} d^{5} x - {\left (b^{4} + 9 \, a b^{2} c - 180 \, a^{2} c^{2}\right )} d^{5}\right )} \sqrt {2 \, c d x + b d}}{2 \, {\left (c^{2} x^{4} + 2 \, b c x^{3} + 2 \, a b x + {\left (b^{2} + 2 \, a c\right )} x^{2} + a^{2}\right )}} \]

[In]

integrate((2*c*d*x+b*d)^(11/2)/(c*x^2+b*x+a)^3,x, algorithm="fricas")

[Out]

-1/2*(45*((b^2*c^8 - 4*a*c^9)*d^22)^(1/4)*(c^2*x^4 + 2*b*c*x^3 + 2*a*b*x + (b^2 + 2*a*c)*x^2 + a^2)*log(45*sqr
t(2*c*d*x + b*d)*c^2*d^5 + 45*((b^2*c^8 - 4*a*c^9)*d^22)^(1/4)) - 45*((b^2*c^8 - 4*a*c^9)*d^22)^(1/4)*(-I*c^2*
x^4 - 2*I*b*c*x^3 - 2*I*a*b*x - I*(b^2 + 2*a*c)*x^2 - I*a^2)*log(45*sqrt(2*c*d*x + b*d)*c^2*d^5 + 45*I*((b^2*c
^8 - 4*a*c^9)*d^22)^(1/4)) - 45*((b^2*c^8 - 4*a*c^9)*d^22)^(1/4)*(I*c^2*x^4 + 2*I*b*c*x^3 + 2*I*a*b*x + I*(b^2
 + 2*a*c)*x^2 + I*a^2)*log(45*sqrt(2*c*d*x + b*d)*c^2*d^5 - 45*I*((b^2*c^8 - 4*a*c^9)*d^22)^(1/4)) - 45*((b^2*
c^8 - 4*a*c^9)*d^22)^(1/4)*(c^2*x^4 + 2*b*c*x^3 + 2*a*b*x + (b^2 + 2*a*c)*x^2 + a^2)*log(45*sqrt(2*c*d*x + b*d
)*c^2*d^5 - 45*((b^2*c^8 - 4*a*c^9)*d^22)^(1/4)) - (128*c^4*d^5*x^4 + 256*b*c^3*d^5*x^3 + 3*(37*b^2*c^2 + 108*
a*c^3)*d^5*x^2 - (17*b^3*c - 324*a*b*c^2)*d^5*x - (b^4 + 9*a*b^2*c - 180*a^2*c^2)*d^5)*sqrt(2*c*d*x + b*d))/(c
^2*x^4 + 2*b*c*x^3 + 2*a*b*x + (b^2 + 2*a*c)*x^2 + a^2)

Sympy [F(-1)]

Timed out. \[ \int \frac {(b d+2 c d x)^{11/2}}{\left (a+b x+c x^2\right )^3} \, dx=\text {Timed out} \]

[In]

integrate((2*c*d*x+b*d)**(11/2)/(c*x**2+b*x+a)**3,x)

[Out]

Timed out

Maxima [F(-2)]

Exception generated. \[ \int \frac {(b d+2 c d x)^{11/2}}{\left (a+b x+c x^2\right )^3} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((2*c*d*x+b*d)^(11/2)/(c*x^2+b*x+a)^3,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` f
or more deta

Giac [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 521 vs. \(2 (161) = 322\).

Time = 0.32 (sec) , antiderivative size = 521, normalized size of antiderivative = 2.73 \[ \int \frac {(b d+2 c d x)^{11/2}}{\left (a+b x+c x^2\right )^3} \, dx=-\frac {45}{2} \, \sqrt {2} {\left (-b^{2} d^{2} + 4 \, a c d^{2}\right )}^{\frac {1}{4}} c^{2} d^{5} \arctan \left (\frac {\sqrt {2} {\left (\sqrt {2} {\left (-b^{2} d^{2} + 4 \, a c d^{2}\right )}^{\frac {1}{4}} + 2 \, \sqrt {2 \, c d x + b d}\right )}}{2 \, {\left (-b^{2} d^{2} + 4 \, a c d^{2}\right )}^{\frac {1}{4}}}\right ) - \frac {45}{2} \, \sqrt {2} {\left (-b^{2} d^{2} + 4 \, a c d^{2}\right )}^{\frac {1}{4}} c^{2} d^{5} \arctan \left (-\frac {\sqrt {2} {\left (\sqrt {2} {\left (-b^{2} d^{2} + 4 \, a c d^{2}\right )}^{\frac {1}{4}} - 2 \, \sqrt {2 \, c d x + b d}\right )}}{2 \, {\left (-b^{2} d^{2} + 4 \, a c d^{2}\right )}^{\frac {1}{4}}}\right ) - \frac {45}{4} \, \sqrt {2} {\left (-b^{2} d^{2} + 4 \, a c d^{2}\right )}^{\frac {1}{4}} c^{2} d^{5} \log \left (2 \, c d x + b d + \sqrt {2} {\left (-b^{2} d^{2} + 4 \, a c d^{2}\right )}^{\frac {1}{4}} \sqrt {2 \, c d x + b d} + \sqrt {-b^{2} d^{2} + 4 \, a c d^{2}}\right ) + \frac {45}{4} \, \sqrt {2} {\left (-b^{2} d^{2} + 4 \, a c d^{2}\right )}^{\frac {1}{4}} c^{2} d^{5} \log \left (2 \, c d x + b d - \sqrt {2} {\left (-b^{2} d^{2} + 4 \, a c d^{2}\right )}^{\frac {1}{4}} \sqrt {2 \, c d x + b d} + \sqrt {-b^{2} d^{2} + 4 \, a c d^{2}}\right ) + 64 \, \sqrt {2 \, c d x + b d} c^{2} d^{5} + \frac {2 \, {\left (13 \, \sqrt {2 \, c d x + b d} b^{4} c^{2} d^{9} - 104 \, \sqrt {2 \, c d x + b d} a b^{2} c^{3} d^{9} + 208 \, \sqrt {2 \, c d x + b d} a^{2} c^{4} d^{9} - 17 \, {\left (2 \, c d x + b d\right )}^{\frac {5}{2}} b^{2} c^{2} d^{7} + 68 \, {\left (2 \, c d x + b d\right )}^{\frac {5}{2}} a c^{3} d^{7}\right )}}{{\left (b^{2} d^{2} - 4 \, a c d^{2} - {\left (2 \, c d x + b d\right )}^{2}\right )}^{2}} \]

[In]

integrate((2*c*d*x+b*d)^(11/2)/(c*x^2+b*x+a)^3,x, algorithm="giac")

[Out]

-45/2*sqrt(2)*(-b^2*d^2 + 4*a*c*d^2)^(1/4)*c^2*d^5*arctan(1/2*sqrt(2)*(sqrt(2)*(-b^2*d^2 + 4*a*c*d^2)^(1/4) +
2*sqrt(2*c*d*x + b*d))/(-b^2*d^2 + 4*a*c*d^2)^(1/4)) - 45/2*sqrt(2)*(-b^2*d^2 + 4*a*c*d^2)^(1/4)*c^2*d^5*arcta
n(-1/2*sqrt(2)*(sqrt(2)*(-b^2*d^2 + 4*a*c*d^2)^(1/4) - 2*sqrt(2*c*d*x + b*d))/(-b^2*d^2 + 4*a*c*d^2)^(1/4)) -
45/4*sqrt(2)*(-b^2*d^2 + 4*a*c*d^2)^(1/4)*c^2*d^5*log(2*c*d*x + b*d + sqrt(2)*(-b^2*d^2 + 4*a*c*d^2)^(1/4)*sqr
t(2*c*d*x + b*d) + sqrt(-b^2*d^2 + 4*a*c*d^2)) + 45/4*sqrt(2)*(-b^2*d^2 + 4*a*c*d^2)^(1/4)*c^2*d^5*log(2*c*d*x
 + b*d - sqrt(2)*(-b^2*d^2 + 4*a*c*d^2)^(1/4)*sqrt(2*c*d*x + b*d) + sqrt(-b^2*d^2 + 4*a*c*d^2)) + 64*sqrt(2*c*
d*x + b*d)*c^2*d^5 + 2*(13*sqrt(2*c*d*x + b*d)*b^4*c^2*d^9 - 104*sqrt(2*c*d*x + b*d)*a*b^2*c^3*d^9 + 208*sqrt(
2*c*d*x + b*d)*a^2*c^4*d^9 - 17*(2*c*d*x + b*d)^(5/2)*b^2*c^2*d^7 + 68*(2*c*d*x + b*d)^(5/2)*a*c^3*d^7)/(b^2*d
^2 - 4*a*c*d^2 - (2*c*d*x + b*d)^2)^2

Mupad [B] (verification not implemented)

Time = 0.22 (sec) , antiderivative size = 720, normalized size of antiderivative = 3.77 \[ \int \frac {(b d+2 c d x)^{11/2}}{\left (a+b x+c x^2\right )^3} \, dx=\frac {{\left (b\,d+2\,c\,d\,x\right )}^{5/2}\,\left (136\,a\,c^3\,d^7-34\,b^2\,c^2\,d^7\right )+\sqrt {b\,d+2\,c\,d\,x}\,\left (416\,a^2\,c^4\,d^9-208\,a\,b^2\,c^3\,d^9+26\,b^4\,c^2\,d^9\right )}{{\left (b\,d+2\,c\,d\,x\right )}^4-{\left (b\,d+2\,c\,d\,x\right )}^2\,\left (2\,b^2\,d^2-8\,a\,c\,d^2\right )+b^4\,d^4+16\,a^2\,c^2\,d^4-8\,a\,b^2\,c\,d^4}+64\,c^2\,d^5\,\sqrt {b\,d+2\,c\,d\,x}-45\,c^2\,d^{11/2}\,\mathrm {atan}\left (\frac {\sqrt {b\,d+2\,c\,d\,x}}{\sqrt {d}\,{\left (b^2-4\,a\,c\right )}^{1/4}}\right )\,{\left (b^2-4\,a\,c\right )}^{1/4}-c^2\,d^{11/2}\,\mathrm {atan}\left (\frac {\frac {c^2\,d^{11/2}\,\left (\sqrt {b\,d+2\,c\,d\,x}\,\left (518400\,a^2\,c^6\,d^{14}-259200\,a\,b^2\,c^5\,d^{14}+32400\,b^4\,c^4\,d^{14}\right )-\frac {45\,c^2\,d^{11/2}\,{\left (b^2-4\,a\,c\right )}^{1/4}\,\left (23040\,a^2\,c^4\,d^9-11520\,a\,b^2\,c^3\,d^9+1440\,b^4\,c^2\,d^9\right )}{2}\right )\,{\left (b^2-4\,a\,c\right )}^{1/4}\,45{}\mathrm {i}}{2}+\frac {c^2\,d^{11/2}\,\left (\sqrt {b\,d+2\,c\,d\,x}\,\left (518400\,a^2\,c^6\,d^{14}-259200\,a\,b^2\,c^5\,d^{14}+32400\,b^4\,c^4\,d^{14}\right )+\frac {45\,c^2\,d^{11/2}\,{\left (b^2-4\,a\,c\right )}^{1/4}\,\left (23040\,a^2\,c^4\,d^9-11520\,a\,b^2\,c^3\,d^9+1440\,b^4\,c^2\,d^9\right )}{2}\right )\,{\left (b^2-4\,a\,c\right )}^{1/4}\,45{}\mathrm {i}}{2}}{\frac {45\,c^2\,d^{11/2}\,\left (\sqrt {b\,d+2\,c\,d\,x}\,\left (518400\,a^2\,c^6\,d^{14}-259200\,a\,b^2\,c^5\,d^{14}+32400\,b^4\,c^4\,d^{14}\right )-\frac {45\,c^2\,d^{11/2}\,{\left (b^2-4\,a\,c\right )}^{1/4}\,\left (23040\,a^2\,c^4\,d^9-11520\,a\,b^2\,c^3\,d^9+1440\,b^4\,c^2\,d^9\right )}{2}\right )\,{\left (b^2-4\,a\,c\right )}^{1/4}}{2}-\frac {45\,c^2\,d^{11/2}\,\left (\sqrt {b\,d+2\,c\,d\,x}\,\left (518400\,a^2\,c^6\,d^{14}-259200\,a\,b^2\,c^5\,d^{14}+32400\,b^4\,c^4\,d^{14}\right )+\frac {45\,c^2\,d^{11/2}\,{\left (b^2-4\,a\,c\right )}^{1/4}\,\left (23040\,a^2\,c^4\,d^9-11520\,a\,b^2\,c^3\,d^9+1440\,b^4\,c^2\,d^9\right )}{2}\right )\,{\left (b^2-4\,a\,c\right )}^{1/4}}{2}}\right )\,{\left (b^2-4\,a\,c\right )}^{1/4}\,45{}\mathrm {i} \]

[In]

int((b*d + 2*c*d*x)^(11/2)/(a + b*x + c*x^2)^3,x)

[Out]

((b*d + 2*c*d*x)^(5/2)*(136*a*c^3*d^7 - 34*b^2*c^2*d^7) + (b*d + 2*c*d*x)^(1/2)*(416*a^2*c^4*d^9 + 26*b^4*c^2*
d^9 - 208*a*b^2*c^3*d^9))/((b*d + 2*c*d*x)^4 - (b*d + 2*c*d*x)^2*(2*b^2*d^2 - 8*a*c*d^2) + b^4*d^4 + 16*a^2*c^
2*d^4 - 8*a*b^2*c*d^4) + 64*c^2*d^5*(b*d + 2*c*d*x)^(1/2) - 45*c^2*d^(11/2)*atan((b*d + 2*c*d*x)^(1/2)/(d^(1/2
)*(b^2 - 4*a*c)^(1/4)))*(b^2 - 4*a*c)^(1/4) - c^2*d^(11/2)*atan(((c^2*d^(11/2)*((b*d + 2*c*d*x)^(1/2)*(518400*
a^2*c^6*d^14 + 32400*b^4*c^4*d^14 - 259200*a*b^2*c^5*d^14) - (45*c^2*d^(11/2)*(b^2 - 4*a*c)^(1/4)*(23040*a^2*c
^4*d^9 + 1440*b^4*c^2*d^9 - 11520*a*b^2*c^3*d^9))/2)*(b^2 - 4*a*c)^(1/4)*45i)/2 + (c^2*d^(11/2)*((b*d + 2*c*d*
x)^(1/2)*(518400*a^2*c^6*d^14 + 32400*b^4*c^4*d^14 - 259200*a*b^2*c^5*d^14) + (45*c^2*d^(11/2)*(b^2 - 4*a*c)^(
1/4)*(23040*a^2*c^4*d^9 + 1440*b^4*c^2*d^9 - 11520*a*b^2*c^3*d^9))/2)*(b^2 - 4*a*c)^(1/4)*45i)/2)/((45*c^2*d^(
11/2)*((b*d + 2*c*d*x)^(1/2)*(518400*a^2*c^6*d^14 + 32400*b^4*c^4*d^14 - 259200*a*b^2*c^5*d^14) - (45*c^2*d^(1
1/2)*(b^2 - 4*a*c)^(1/4)*(23040*a^2*c^4*d^9 + 1440*b^4*c^2*d^9 - 11520*a*b^2*c^3*d^9))/2)*(b^2 - 4*a*c)^(1/4))
/2 - (45*c^2*d^(11/2)*((b*d + 2*c*d*x)^(1/2)*(518400*a^2*c^6*d^14 + 32400*b^4*c^4*d^14 - 259200*a*b^2*c^5*d^14
) + (45*c^2*d^(11/2)*(b^2 - 4*a*c)^(1/4)*(23040*a^2*c^4*d^9 + 1440*b^4*c^2*d^9 - 11520*a*b^2*c^3*d^9))/2)*(b^2
 - 4*a*c)^(1/4))/2))*(b^2 - 4*a*c)^(1/4)*45i